home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / gcc / gcc260utilsdoc.lha / gnu / man / man1 / cksum.1 < prev    next >
Encoding:
Text File  |  1994-07-26  |  1.6 KB  |  67 lines

  1.  
  2.  
  3.  
  4. CKSUM(1L)         Misc. Reference Manual Pages          CKSUM(1L)
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      cksum - checksum and count the bytes in a file
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      cccckkkkssssuuuummmm [--help] [--version] [file...]
  13.  
  14. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  15.      This manual page documents the GNU version of cccckkkkssssuuuummmm.   cccckkkkssssuuuummmm
  16.      computes  a  cyclic  redundancy  check  (CRC) for each named
  17.      file, or the standard input if none are given or when a file
  18.      named  ` -' is given.  It prints the CRC for each file along
  19.      with the number of bytes in the  file,  and  the  file  name
  20.      unless no arguments were given.
  21.  
  22.      cccckkkkssssuuuummmm is typically used to make sure that  files  have  been
  23.      transferred  by  unreliable means (such as netnews) have not
  24.      been corrupted,  by  comparing  the  cccckkkkssssuuuummmm  output  for  the
  25.      received files with the cccckkkkssssuuuummmm output for the original files.
  26.      The CRC algorithm is specified by the POSIX.2 standard.   It
  27.      is  not compatible with the BSD or System V ssssuuuummmm programs; it
  28.      is more robust.
  29.  
  30.      --_h_e_l_p
  31.           Print a usage message and exit with a non-zero status.
  32.  
  33.      --_v_e_r_s_i_o_n
  34.           Print version information on standard output then exit.
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. FSF              Last change: GNU Text Utilities                1
  64.  
  65.  
  66.  
  67.